if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  if (v1 == 8) {
    position(o0,5,140);
    status.line.on();
    accept.input();
  }
  if (v1 == 6) {
    position(o0,155,140);
    status.line.on();
    accept.input();
  }
  draw(o0);
  show.pic();
}
if (v2 == 4) {
  new.room(9);
}
if (v2 == 2) {
  new.room(3);
  }
if(said("look")){
print("It's just a street and I think that there's a sign what sign: 'Teddy 6'.I thinks it's the streets name");
}
if(said("look","sky")){
print("It's the same as always.");
}
if(said("look","door")){
print("It's broken and It's not opening.");
}
if(said("cnock")){
print("You cnock and..........no one answers.");
}
if(said("look","street")){
print("It's the spooky night street.");
}
if(said("look","house")){
print("You see.........a house.");

}
return();

